startLiveness static method

Future startLiveness()

Implementation

static Future<dynamic> startLiveness() async {
  return await _channel.invokeMethod("startLiveness", []);
}