setTemplate method

Future<bool> setTemplate(
  1. String body
)

Set a notification template to be used for this device.

Implementation

Future<bool> setTemplate(String body) {
  throw UnimplementedError('setTemplate() has not been implemented.');
}