start static method

Future start()

Implementation

static Future start() async {
  await _channel.invokeMethod('startLocate');
}