registerDevice abstract method

Future<void> registerDevice(
  1. String deviceToken
)

Register the device with the servie provider so it can be targeted for Push Notifications.

Implementation

Future<void> registerDevice(String deviceToken);