Removes a value by key.
@override Future<bool> remove(String key) async { return await methodChannel.invokeMethod<bool>('remove', {'key': key}) ?? false; }