getInstalledRelatedApps method

Future<RelatedApplication> getInstalledRelatedApps()

Implementation

Future<RelatedApplication> getInstalledRelatedApps() {
  return Future.error(UnimplementedError());
}