getAppInstanceId method

Future<String?> getAppInstanceId()

Retrieves the app instance id from the service.

Implementation

Future<String?> getAppInstanceId() {
  throw UnimplementedError('getAppInstanceId() is not implemented');
}