onNewIntent method

void onNewIntent(
  1. Intent intent
)

Implementation

void onNewIntent(Intent intent) {
  log("onNewIntent ${intent.toMap()}");
}