getIsBootstrapped method

Future<bool> getIsBootstrapped()

Whether identify() (or the deprecated bootstrap()) has completed.

Implementation

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