onDetached method

void onDetached()

Implementation

void onDetached() {
  if (kDebugMode) {
    print("on detached");
  }
}