getLaunchableApplications method

Future<List<AndroidAppInfo>> getLaunchableApplications()

Retrieves a list of user launchable apps installed on the device. Must be overridden by platorm implementations.

Implementation

Future<List<AndroidAppInfo>> getLaunchableApplications() {
  throw UnimplementedError(
      'getLaunchableApplications() has not been implemented.');
}