openWithParams method Null safety

  1. @override
Future openWithParams(
  1. String? correlationId,
  2. ConnectionParams? connection,
  3. CredentialParams? credential
)
override

Opens the component with given _connection and credential parameters.

  • correlationId (optional) transaction id to trace execution through call chain.
  • connection connection parameters
  • credential credential parameters Return Future that recive null if all ok Throws error