openTemplatesScreen method

  1. @override
Future<ExportResult?> openTemplatesScreen(
  1. String token,
  2. FeaturesConfig featuresConfig, {
  3. ExportData? exportData,
})
override

Implementation

@override
Future<ExportResult?> openTemplatesScreen(
    String token,
    FeaturesConfig featuresConfig,
    {ExportData? exportData}
    ) => _open(
    token,
    featuresConfig,
    _screenTemplates,
    [],
    exportData: exportData
);