setLogoUrl static method

void setLogoUrl(
  1. String logoUrl
)

Sets the logoUrl url to logoUrl.

Implementation

static void setLogoUrl(String logoUrl) {
  _channel.invokeMethod('setLogoUrl', {"logoUrl": logoUrl});
}