getCashboxPayoutOpData static method

Future<Map> getCashboxPayoutOpData()

Get Cashbox Payout Operation Data

Implementation

static Future<Map<dynamic, dynamic>> getCashboxPayoutOpData()async{
  return Map<dynamic, dynamic>.from(await _channel.invokeMethod(StatusCodeHelper.GETCASHBOX_OP_DATA));
}