printSessionCallback method

void printSessionCallback(
  1. String message
)

Implementation

void printSessionCallback(String message) {
  debugPrint("session Url called: $message");
}