offScreen method

void offScreen()

Implementation

void offScreen() => !isNullOrEmpty(_offscreen) ? EventHandler(this).execute(_offscreen) : null;