getTemplate method

Future<List<int>> getTemplate()

Implementation

Future<List<int>> getTemplate() {
  throw UnimplementedError('getTemplate() has not been implemented.');
}