removeTemplate method

Future<bool> removeTemplate()

Remove the notification template from this device.

Implementation

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