find<S> method

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

Implementation

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