Call take picture in Native API
Future<String?> takePicture(String path) async { return _channel.invokeMethod('takePicture', {"path": path}); }