isInitialized static method

Future<bool?> isInitialized()

Checks if the SDK has fully been initialized without errors.

Implementation

static Future<bool?> isInitialized() {
  return channel.invokeMethod('isInitialized');
}