onLoggedOut method

void onLoggedOut(
  1. dynamic result
)

Implementation

void onLoggedOut(result) {
  mirrorFlyLog('logout called', result.toString());
}