sendFile method

Future<bool> sendFile(
  1. String filePath
)

Send file

Implementation

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