getMaxToolbarItems method
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');
}