platformContractForHandler method
Returns the platform contract for handlerId, if any.
Implementation
PixaPlatformContract? platformContractForHandler(String handlerId) {
return _platformContracts[handlerId.trim()];
}
Returns the platform contract for handlerId, if any.
PixaPlatformContract? platformContractForHandler(String handlerId) {
return _platformContracts[handlerId.trim()];
}