sendfile method

Future<bool> sendfile(
  1. String fileName
)

Implementation

Future<bool> sendfile(String fileName) {
  throw UnimplementedError('sendfile() has not been implemented.');
}