setDebug method

Future<void> setDebug([
  1. bool debug = true
])
inherited

设置 Debug

Implementation

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