Future<void> setDebugging(bool isDebug) async { return await _platform.invokeMethod('setDebugging', {"isDebug": isDebug}); }