openWithParams method
- String? correlationId,
- ConnectionParams? connection,
- CredentialParams? credential
override
Opens the component with given connection and credential parameters.
correlationId
(optional) transaction id to trace execution through call chain.connection
connection parameterscredential
credential parameters Return Future that receives null no errors occured. Throws error
Implementation
@override
Future openWithParams(String? correlationId, ConnectionParams? connection,
CredentialParams? credential) async {
_opened = true;
}