getProcessUptime method

  1. @override
int? getProcessUptime()
override

Returns the current process uptime in milliseconds since the application start time, or null if unsupported.

Can be used for long-running diagnostic tools.

Implementation

@override
int? getProcessUptime() => null;