portalBackgroundColor method

Future<String?> portalBackgroundColor()

Gets the portal background color.

Implementation

Future<String?> portalBackgroundColor() async {
  return (await _postMessage('portalBackgroundColor')) as String?;
}