rdc2ApiV1GeneratorRegisterNotificationTokenPost method
- required NotificationInfo? body,
Implementation
Future<chopper.Response<String>>
rdc2ApiV1GeneratorRegisterNotificationTokenPost(
{required NotificationInfo? body}) {
return _rdc2ApiV1GeneratorRegisterNotificationTokenPost(body: body);
}