static Future<List?> giftList(String categoryId, String amount, int from) async { return await _channel.invokeMethod('giftList', [categoryId, amount, from]); }