fileToBytes function

List<int> fileToBytes(
  1. dynamic data
)

Implementation

List<int> fileToBytes(dynamic data) {
  throw UnimplementedError();
}