getScoreLayout static method

Future<String> getScoreLayout()

Implementation

static Future<String> getScoreLayout() async {
  return rootBundle.loadString('packages/$_package/assets/layouts/score_notification.xml');
}