interval property Null safety

int interval
read / write

Field description: interval is the update frequency of the recording information in milliseconds. Value range: 1000–10000. Default value: -1, indicating not to call back

Implementation

int interval = -1;