@override Future<void> cancelAll() async { try { await methodChannel.invokeMethod<void>('cancelAll'); } on PlatformException catch (e) { _rethrowMapped(e); } }