getMaxUpfloatTimes function

  1. @Native<Int Function(Int)>(ffi.Int)>()
int getMaxUpfloatTimes(
  1. int total_rounds
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Int)>()
external int getMaxUpfloatTimes(int total_rounds);