registerDeviceTokenMutation top-level constant

String const registerDeviceTokenMutation

Implementation

const String registerDeviceTokenMutation = r'''
mutation RegisterPushToken($token: String!) {
  registerPushToken(token: $token)
}
''';