getTransaction method
Fetch a transaction previously submitted with the same token.
Implementation
Future<Map<String, dynamic>> getTransaction(
String transactionToken,
String transactionId,
Map<String, dynamic> options,
) {
throw UnimplementedError('getTransaction() has not been implemented.');
}