Future<String?> secureStorageRead({required String key}) async { return _channel.invokeMethod<String>('storage#read', {'key': key}); }