Gets a value by key.
@override Future<dynamic> get(String key) async { return await methodChannel.invokeMethod<dynamic>('get', {'key': key}); }