getBytes method

Future<List<Uint8List>> getBytes(
  1. List<PlatformFile> filesList
)
inherited

Implementation

Future<List<Uint8List>> getBytes(List<PlatformFile> filesList) async {
  throw UnimplementedError();
}