OsAuthenticationListenHandler constructor Null safety

OsAuthenticationListenHandler(
  1. String operationId
)

Default constructor for OsAuthenticationListenHandler.

Params:

  • operationId: the id of the started call that can be used to identify platform calls that belong to each started call. Should be unique.

Implementation

factory OsAuthenticationListenHandler(String operationId) {
  return OsAuthenticationListenHandlerImpl(operationId);
}