instance property Null safety

ChannelRegistrar instance
read / write

Default ChannelRegistrar instance.

Replace this for custom usability.

Implementation

static ChannelRegistrar instance =
    ChannelRegistrar(LibraryImplementations(MethodChannelMessenger.instance))
      ..registerHandlers();