@override Future<String?> assetCapture() async { String? result = await methodChannel.invokeMethod<String>('assetCapture'); return result; }