getMaxToolbarItems method

Future<int> getMaxToolbarItems()

The maximum number of allowed secondary toolbar items.

Officially Supported Platforms/Implementations:

  • Android

Implementation

Future<int> getMaxToolbarItems() {
  throw UnimplementedError(
      'getMaxToolbarItems is not implemented on the current platform');
}