Future<dynamic> getUSSDPaymentStatus({required String tnxRef}) async { return await PaymentChannelController.getUSSDPaymentStatus( publicKey: _publicKey, tnxRef: tnxRef, ); }