isInstantiateSingleton<T> abstract method

bool isInstantiateSingleton<T>({
  1. String? key,
})

checks if the instance registration is as singleton.
When key is provided it will search the instance that have the same key

Implementation

bool isInstantiateSingleton<T>({String? key});