CheckGridType typedef
CheckGridType =
Future<List> Function(CheckGridOptions options)
Type definition for the checkGrid
function.
Represents a function that takes in CheckGridOptions and returns a Future<List<dynamic>>
.
Implementation
typedef CheckGridType = Future<List<dynamic>> Function(
CheckGridOptions options);