accountUnsubscribe method
Unsubscribes from account change notifications.
Implementation
Future<bool> accountUnsubscribe(
final WebsocketSubscription<AccountInfo> subscription,
) =>
unsubscribe(subscription);
Unsubscribes from account change notifications.
Future<bool> accountUnsubscribe(
final WebsocketSubscription<AccountInfo> subscription,
) =>
unsubscribe(subscription);