BsSelectBoxServerSide typedef

BsSelectBoxServerSide = Future<BsSelectBoxResponse> Function(Map<String, String> params)

define function fo serverSide mode

Implementation

typedef BsSelectBoxServerSide = Future<BsSelectBoxResponse> Function(
    Map<String, String> params);