setTransactionUpdateHandler method
Register the handler invoked when the platform reports a refreshed transaction after an auto-launched action completes.
Implementation
void setTransactionUpdateHandler(
void Function(String callId, Map<String, dynamic> result)? handler,
) {
throw UnimplementedError(
'setTransactionUpdateHandler() has not been implemented.');
}