readFileBytes static method

Future<Uint8List?> readFileBytes(
  1. String? filepath
)

Implementation

static Future<Uint8List?> readFileBytes(String? filepath) async => null;