onMount abstract method

void onMount(
  1. Object? callback()
)

Implementation

void onMount(Object? Function() callback);