of static method

Implementation

static SessionUserManager of(BuildContext context) {
  final response = maybeOf(context);
  assert(response != null, ' Have Not exist in Context');
  return response!;
}