Future<Uint8List?> capture() async { if (!_running) { return null; } return _channel.invokeMethod('capture', {}); }