@override Future<dynamic> setDebug(bool debug) { return methodChannel.invokeMethod(SET_DEBUG, { 'debug': debug }); }