createInstance method

  1. @override
T createInstance()
override

Implementation of createInstance should never be called

Implementation

@override
T createInstance() => throw DimeException.message(
    "Single Instance should not call createInstance");