portalPrimaryButtonColor method

Future<String?> portalPrimaryButtonColor()

Gets the portal primary button color.

Implementation

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