readFile function

Future<Uint8List?> readFile(
  1. String path
)

Implementation

Future<Uint8List?> readFile(String path) async => null;