get function

Future<Tab?> get(
  1. int tabId
)

Implementation

Future<Tab?> get(int tabId) => tabs.get(tabId).toFuture<Tab?>();