showTAR method

  1. @override
Future<void> showTAR(
  1. TARSettings settings
)
override

Implementation

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