create abstract method

Future<T> create(
  1. covariant CreateBuilder<T> builder
)

Create a new instance of the type of this manager.

Implementers should ensure this method updates the cache.

Implementation

Future<T> create(covariant CreateBuilder<T> builder);