getFloat32 method

double getFloat32()

Implementation

double getFloat32() {
  return getUint8List(4).buffer.asFloat32List()[0];
}