system static method

Future<void> system()

Implementation

static Future<void> system() async {
  return await _channel.invokeMethod('system');
}