defaultSendDevicePushToken function

Future<bool> defaultSendDevicePushToken(
  1. BuildContext context,
  2. Object user,
  3. String token
)

Implementation

Future<bool> defaultSendDevicePushToken(
    BuildContext context, Object user, String token) {
  throw "Not implemented.  Must implement ability to send device token";
}