setDefaultBackgroundColor method

void setDefaultBackgroundColor()

Sets the default background colour.

Implementation

void setDefaultBackgroundColor() {
  setDefaultBackgroundColorNative?.call(_sdk);
}