getAppContact static method

Future<Contact> getAppContact()

Implementation

static Future<Contact> getAppContact() async {
  return (await getAppConfig()).contact;
}