Removes all keys and values in the store.
@override Future<bool> clear() async { return (await _kChannel.invokeMethod<bool>('clear'))!; }