getId method

Future<String> getId()

Creates a Firebase Installation if there isn't one for the app and returns the Installation ID.

Implementation

Future<String> getId() {
  return _delegate.getId();
}