idbFactoryFromIndexedDB function

  1. @Deprecated('Use idbFactoryFromIndexedDB from idb_client_native_interop')
IdbFactory idbFactoryFromIndexedDB(
  1. Object? nativeIdbFactory
)

Deprecated implementation

Implementation

@Deprecated('Use idbFactoryFromIndexedDB from idb_client_native_interop')
IdbFactory idbFactoryFromIndexedDB(Object? nativeIdbFactory) =>
    idbUnimplementedStub('idbFactoryFromIndexedDB');