stop static method

Future stop()

Implementation

static Future stop() async {
  await _channel.invokeMethod('stopLocate');
}