@override Future<void> remove({required String key}) async => await methodChannel.invokeMethod('remove', {'key': key});