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