checkStatus abstract method

Future<Transaction?> checkStatus({
  1. required String callerId,
})

Checks the status of a transaction via the native platform. Returns a Transaction containing the transaction status, or null if the operation fails. Throws an exception if an error occurs during platform communication. The callerId parameter is the transaction identifier.

Implementation

Future<Transaction?> checkStatus({required String callerId});