toolBarBackgroundColor method

Future<void> toolBarBackgroundColor(
  1. int color
)

Android only. Set the toolbar background color on the browser.

Implementation

Future<void> toolBarBackgroundColor(int color) async {
  _mapValue = await _channel.invokeMethod('toolBarBackgroundColor', [color]);
}