showTARWithAsset method

  1. @override
Future<void> showTARWithAsset(
  1. TARWithAssetSettings settings
)
override

Implementation

@override
Future<void> showTARWithAsset(TARWithAssetSettings settings) async {
  await methodChannel.invokeMethod('showTARWithAsset', settings.getMap());
}