refuseAll method

Future<void> refuseAll()

Implementation

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