checkerForType method

  1. @override
OfflineFirstChecker checkerForType(
  1. DartType type
)

Return a SharedChecker for a type. If including a custom checker in your domain, overwrite this field

Implementation

@override
OfflineFirstChecker checkerForType(type) => OfflineFirstChecker(type);