@override Future<bool> isDebugging(bool isDebugging) async { return await coreChannel.invokeMethod('isDebugging', { 'isDebugging': isDebugging, }); }