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