LoadDataBinaryDelegate typedef

LoadDataBinaryDelegate = Future<Uint8List> Function()

データ読み込み用移譲関数

Implementation

typedef LoadDataBinaryDelegate = Future<Uint8List> Function();