@override Future<int?> getStatus() async { return await _methodChannel .invokeMethod<int>(Constants.METHOD_QUERY_GET_STATUS); }