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