getAppName abstract method

Future<String?> getAppName()

Fetches the name of the application. Returns: Future<String?>, the name of the application.

Implementation

Future<String?> getAppName();