getUnsafe method

  1. @override
dynamic getUnsafe(
  1. Type type
)
override

Implementation

@override
dynamic getUnsafe(Type type) {
  if (type == BuildContext) return context;
  return context.getUnsafe(type);
}