hasMockedApps method
Checks if there are any mocked apps installed on the device.
Returns true
if there are mocked apps, otherwise false
.
Implementation
Future<bool> hasMockedApps() {
throw UnimplementedError('hasMockedApps() has not been implemented.');
}