getLWAAuthState property

Stream get getLWAAuthState

getLWAAuthState Stream handler that listens for Amazon authentication events Returns a stream

Implementation

static Stream get getLWAAuthState {
  const eventChannel = EventChannel('lwa.authentication');
  return eventChannel.receiveBroadcastStream().cast();
}