device_calendar_plus_platform_interface library

Classes

CreateCalendarPlatformOptions
Base class for platform-specific calendar creation options.
DeviceCalendarPlusPlatform
The interface that implementations of device_calendar_plus must implement.
InstanceIdParser
Utility for parsing instance IDs.
ParsedInstanceId
Represents the parsed components of an instance ID.
Patch<T>
A partial-update instruction for an optional, clearable field.
PatchClear<T>
A Patch that clears the field.
PatchSet<T>
A Patch that sets the field to value.

Functions

writePatchFields(Map<String, dynamic> args, Map<String, Patch<String>?> fields) → void
Writes patchable string fields into a method-channel argument map.