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