pay method

Future<bool> pay({
  1. required PayType which,
})

Implementation

Future<bool> pay({required PayType which}) async {
  return fluwx.pay(which: which);
}