dispose method
Implementation
void dispose() => GemKitPlatform.instance.callDeleteObject(
jsonEncode(<String, Object>{
'class': 'PTBuyTicketInformation',
'id': _pointerId,
}),
);
void dispose() => GemKitPlatform.instance.callDeleteObject(
jsonEncode(<String, Object>{
'class': 'PTBuyTicketInformation',
'id': _pointerId,
}),
);