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