enableFluttifyLog function
- bool enable
Implementation
Future<void> enableFluttifyLog(bool enable) {
_enableFluttifyLog = enable;
return kMethodChannel.invokeMethod('PlatformService::enableLog', {
'enable': enable,
});
}
Future<void> enableFluttifyLog(bool enable) {
_enableFluttifyLog = enable;
return kMethodChannel.invokeMethod('PlatformService::enableLog', {
'enable': enable,
});
}