isAvailable method

Future<bool> isAvailable()

Check if the SDK was initialized and is available.

Returns true if the SDK is initialized and ready to use, false otherwise.

Implementation

Future<bool> isAvailable() {
  throw UnimplementedError('isAvailable() has not been implemented.');
}