startSDKWithCustomSelector method

Future<BlusaltIdentityResultResponse> startSDKWithCustomSelector(
  1. List<BlusaltIdentityType> identityTypes
)

Implementation

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