channel constant

OptionalMethodChannel const channel

Optional method channel so that it returns null on non-Android platforms.

Implementation

static const channel = OptionalMethodChannel(
  'io.material.plugins/dynamic_color',
);