getAppUrl method

Future<String?> getAppUrl()

Implementation

Future<String?> getAppUrl() async {
  return this.appUrl;
}