sysUpdate method

Future<int?> sysUpdate()

Implementation

Future<int?> sysUpdate() {
  throw UnimplementedError('SysUpdate() has not been implemented.');
}