getId method

Future<String> getId()

Implementation

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