onProcessComplete typedef
onProcessComplete =
void Function(bool status, String? code, Map<String, dynamic> ? transaction, bool isFlowComplete)
Implementation
typedef onProcessComplete = void Function(
bool status,
String? code,
Map<String, dynamic>? transaction,
bool isFlowComplete,
);