LokinetLib.info -> LokinetLib.status

This commit is contained in:
frtget 2022-03-09 15:34:30 -05:00
parent 6d7a9c54a3
commit 50c927a36d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class LokinetLib {
return File('${path.parent.path}/files/bootstrap.signed').existsSync();
}
static Future<dynamic> get info async {
static Future<dynamic> get status async {
var status = await _methodChannel.invokeMethod('getStatus') as String;
if (status.isNotEmpty) return jsonDecode(status);
return null;