getAppBarConfig method
Get the current app bar configuration.
This method returns the current app bar settings including title, color, and visibility.
Returns a map containing the current app bar configuration.
Implementation
Future<Map<String, dynamic>> getAppBarConfig() {
throw UnimplementedError('getAppBarConfig() has not been implemented.');
}