getMockedApps method

Future<List<String>> getMockedApps()

Retrieves a list of mocked apps installed on the device.

Implementation

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