Whether the SDK has been initialized.
static Future<bool> isInitialized() async { return await _invokeMethod<bool>('isInitialized') ?? false; }