listOf<T> method

FireAdapter<List<T?>> listOf<T>()

Retrieves the adapter for type T. Throws if not registered.

Implementation

FireAdapter<List<T?>> listOf<T>() => of<List<T?>>();