Function to get all transactions
Future<bool> getAllTransactions() async { return await channel.invokeMethod(PaymentTypeCall.getAllTransactions.method); }