ServiceNotInitializedException constructor
ServiceNotInitializedException([
- String message = 'Not initialized. Please call this function after calling the init function.'
Implementation
ServiceNotInitializedException(
[this.message =
'Not initialized. Please call this function after calling the init function.']);