getMaxToolbarItems static method

Future<int> getMaxToolbarItems()

The maximum number of allowed secondary toolbar items.

Officially Supported Platforms/Implementations:

  • Android

Implementation

static Future<int> getMaxToolbarItems() =>
    PlatformChromeSafariBrowser.static().getMaxToolbarItems();