Locale.pigeon_detached constructor

  1. @protected
Locale.pigeon_detached({
  1. BinaryMessenger? pigeon_binaryMessenger,
  2. PigeonInstanceManager? pigeon_instanceManager,
})

Constructs Locale without creating the associated native object.

This should only be used by subclasses created by this library or to create copies for an PigeonInstanceManager.

Implementation

@protected
Locale.pigeon_detached({
  super.pigeon_binaryMessenger,
  super.pigeon_instanceManager,
});