@override Future<void> enableLog(bool isLogEnabled) async { await methodChannel.invokeMethod('enableLog', {"isLogEnabled" : isLogEnabled}); }