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