topUp static method

Future<bool> topUp(
  1. int amount
)

Implementation

static Future<bool> topUp(int amount) => pay(amount: amount.toDouble());