@override Future<bool> endAll() async { return await methodChannel.invokeMethod<bool>('endAll') ?? false; }