Future<bool?> enableLogs(bool enable) async { final status = await methodChannel.invokeMethod<bool>('enableLogs', enable); return status; }