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