create method

  1. @override
NotifierT create(
  1. Ref ref
)

@nodoc

Implementation

@override
NotifierT create(Ref ref) => _create(ref);