getAppName method

Future<String> getAppName()

Implementation

Future<String> getAppName() async {
  return await nativeCall('appName', []);
}