readFloat method

double readFloat()

Implementation

double readFloat() => _readByteData(4).getFloat32(0, Endian.little);