hasEnrolledTemplates method

Future<bool?> hasEnrolledTemplates()

Implementation

Future<bool?> hasEnrolledTemplates() async {
  return await _channel.invokeMethod('hasEnrolledTemplates');
}