设置 Debug
Future<void> setDebug([bool debug = true]) async { return await _methodChannel.invokeMethod(MethodConstants.SetDebug, debug); }