NativeStorageFactory<T extends NativeStorage> typedef

NativeStorageFactory<T extends NativeStorage> = T Function({String? namespace, String? scope})

A NativeStorage constructor.

Implementation

typedef NativeStorageFactory<T extends NativeStorage> = T Function({
  String? namespace,
  String? scope,
});