listMobilePushDevices abstract method

  1. @GET.new('/users/@me/mobile-devices')
Future<MobileDevicesListResponse> listMobilePushDevices()

List mobile push devices.

Lists mobile push device registrations for the current user.

Implementation

@GET('/users/@me/mobile-devices')
Future<MobileDevicesListResponse> listMobilePushDevices();