onScreen method

void onScreen()

Implementation

void onScreen() => !isNullOrEmpty(_onscreen) ? EventHandler(this).execute(_onscreen) : null;