getInstanceId method

Future<String?> getInstanceId()

Implementation

Future<String?> getInstanceId() {
  throw UnimplementedError(
      'instanceId is not implemented on the current platform');
}