getProfile method

  1. @Deprecated('This is for backwards compatibility, this will soon be removed')
Map<String, dynamic> getProfile(
  1. Map<String, dynamic> child, {
  2. String childKeyName = 'PLUGIN_CONFIG',
})

Implementation

@Deprecated('This is for backwards compatibility, this will soon be removed')
Map<String, dynamic> getProfile(Map<String, dynamic> child, {String childKeyName = 'PLUGIN_CONFIG'}) =>
    {'PROFILE_NAME': profileName, 'PROFILE_ENABLED': 'true', 'CONFIG_MODE': configMode, childKeyName: child};