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