menu
jpush_flutter package
documentation
harmony/jpush_harmony_sdk_method_channel.dart
MethodChannelJpushHarmonySdk
setDebug method
setDebug method
dark_mode
light_mode
setDebug
method
void
setDebug
(
bool
b
)
override
Implementation
void setDebug(bool b) { this.debug = b; methodChannel.invokeMethod("setDebug", b); }
jpush_flutter package
documentation
harmony/jpush_harmony_sdk_method_channel
MethodChannelJpushHarmonySdk
setDebug method
MethodChannelJpushHarmonySdk class