getZoom function

Future<int> getZoom([
  1. int? tabId
])

Implementation

Future<int> getZoom([int? tabId]) => tabs.getZoom(tabId).toFuture<int>();