isSetup method

Future<bool> isSetup()

Whether the SDK is set up for the current user.

Implementation

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