acceptAll method

Future<void> acceptAll()

Implementation

Future<void> acceptAll() async
{
  TcMobileFlutterPluginPlatform.instance.acceptAll();
}