startLiveDetect method

Future<Map> startLiveDetect()

Implementation

Future<Map<dynamic, dynamic>> startLiveDetect() async {
  print("$flutter_log" + "startLiveDetect");

  String method = "startLiveDetect";
  var result = await _channel.invokeMethod(method);
  return result;
}