isEOF method

  1. @override
Future<bool> isEOF()

Check if we're at the end of the device

Implementation

@override
Future<bool> isEOF() async => true;