readFloat method

double readFloat()

Implementation

double readFloat() => _getNum<double>(_byteData.getFloat32, 4);