findApp abstract method

Finds the app whose bundle identifier exactly matches bundleId.

Implementation

Future<ApiResourceDto<AppAttributesDto>> findApp(String bundleId);