ServiceNotInitializedException constructor

ServiceNotInitializedException()

Implementation

ServiceNotInitializedException()
    : super(
        code: 'ServiceNotInitializedException',
        message:
            'Not initialized. Please call this function after calling the init function.',
      );