profilePlatformChannels top-level property

ToggleableServiceExtension<bool> profilePlatformChannels
final

Implementation

final profilePlatformChannels = ToggleableServiceExtension<bool>(
  extension:
      '$flutterExtensionPrefix${ServicesServiceExtensions.profilePlatformChannels.name}',
  enabledValue: true,
  disabledValue: false,
);