sysLogSwitch method

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

Implementation

Future<int?> sysLogSwitch(int level) {
  throw UnimplementedError('SysLogSwitch() has not been implemented.');
}