loadData abstract method

Future<List<int>?> loadData(
  1. String fileName
)

Loads the data from the file fileName.

Implementation

Future<List<int>?> loadData(final String fileName);