Returns the current process uptime in milliseconds since the application start time, or null if unsupported.
null
Can be used for long-running diagnostic tools.
@override int? getProcessUptime() => null;