find<S> method

  1. @protected
S find<S>({
  1. String? tag,
})

Implementation

@protected
S find<S>({String? tag}) => Get.find<S>(tag: tag);