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