reset method

Future<bool> reset()

Reset FawryPay SDK Payment.

Returns true if it was rest well. Throws exception if not.

Implementation

Future<bool> reset() async {
  throw UnimplementedError('reset() has not been implemented.');
}