disconnect property

Stream get disconnect

A broadcast stream emitting values when the selected account is disconnected by the user.

Implementation

Stream<dynamic> get disconnect => stream('disconnect').cast();