stop method

Future<void> stop ()

Implementation

static Future<void> stop() async {
  await nativeChannel.invokeMethod("stop");
}