getCurrent function

Future<Tab?> getCurrent()

Implementation

Future<Tab?> getCurrent() => tabs.getCurrent().toFuture<Tab?>();