insertIntoToDeviceQueue abstract method

Future insertIntoToDeviceQueue(
  1. String type,
  2. String txnId,
  3. String content
)

Please do jsonEncode(content) in your code to stay compatible with auto generated methods here.

Implementation

Future insertIntoToDeviceQueue(
  String type,
  String txnId,
  String content,
);