ServiceNotInitializedException constructor

ServiceNotInitializedException([
  1. 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.']);