recorder_get_available_float_count function

int recorder_get_available_float_count(
  1. Pointer<Recorder> self
)

Implementation

int recorder_get_available_float_count(Pointer<Recorder> self) =>
    _recorder_get_available_float_count(self.addr);