portalTextColor method

Future<String?> portalTextColor()

Gets the portal text color.

Implementation

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