goBack function

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

Implementation

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