startSDKWithCustomSelector method
Future<BlusaltIdentityResultResponse>
startSDKWithCustomSelector(
- List<
BlusaltIdentityType> identityTypes
Implementation
Future<BlusaltIdentityResultResponse> startSDKWithCustomSelector(
List<BlusaltIdentityType> identityTypes) {
throw UnimplementedError('Identity not initialized successfully');
}