putPreferences method

Future<XRPCResponse<EmptyData>> putPreferences(
  1. List<Preference> preferences
)

Implementation

Future<core.XRPCResponse<core.EmptyData>> putPreferences(
  List<Preference> preferences,
) async =>
    // ignore: deprecated_member_use_from_same_package
    await updatePreferences(
      preferences,
    );