prewarm method

Future<void> prewarm()

Implementation

Future<void> prewarm() {
  return EyeTrackingPlatform.instance.prewarm();
}