scheduleFrame method
Schedules a frame with the provided frameCallback
Implementation
@override
void scheduleFrame(VoidCallback frameCallback) {
throw UnsupportedError('Scheduling a frame is not supported on the server, and should never happen.');
}