DBConnectionInstantiator<C extends DBConnection> typedef

DBConnectionInstantiator<C extends DBConnection> = FutureOr<C?> Function(DBConnectionCredential credential, {int? maxRetries, Duration? retryInterval})

Implementation

typedef DBConnectionInstantiator<C extends DBConnection>
    = FutureOr<C?> Function(DBConnectionCredential credential,
        {Duration? retryInterval, int? maxRetries});