sysLogSwitch method

  1. @override
Future<int?> sysLogSwitch(
  1. int level
)
override

Implementation

@override
Future<int?> sysLogSwitch(int level) async {
   return await methodChannel.invokeMethod<int>('SysLogSwitch', level);
  }