You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final deleteResult = await deviceCalendarPlugin.deleteEventInstance(
selectedCalendar!.id!, event.id!, 1736899200, 1736899200,
true);
This is the below error thrown
E/MethodChannel#plugins.builttoroam.com/device_calendar(27838): Failed to handle method call
E/MethodChannel#plugins.builttoroam.com/device_calendar(27838): java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
I/flutter (27838): PlatformException(error, java.lang.Integer cannot be cast to java.lang.Long, null, java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
I/flutter (27838): at com.builttoroam.devicecalendar.DeviceCalendarPlugin.onMethodCall(DeviceCalendarPlugin.kt:145)
I/flutter (27838): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
The text was updated successfully, but these errors were encountered:
This is the below error thrown
E/MethodChannel#plugins.builttoroam.com/device_calendar(27838): Failed to handle method call
E/MethodChannel#plugins.builttoroam.com/device_calendar(27838): java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
I/flutter (27838): PlatformException(error, java.lang.Integer cannot be cast to java.lang.Long, null, java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
I/flutter (27838): at com.builttoroam.devicecalendar.DeviceCalendarPlugin.onMethodCall(DeviceCalendarPlugin.kt:145)
I/flutter (27838): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
The text was updated successfully, but these errors were encountered: