pickImage property

Future<String> pickImage

Implementation

static Future<String> get pickImage async {
  final String imagePath = await _channel.invokeMethod('pickImage');
  return imagePath;
}