findInstance method

  1. @override
T? findInstance()

Implementation

@override
T? findInstance() {
  return Rt.find<T>(id);
}