getScoreLayout static method

Future<String> getScoreLayout()

Implementation

static Future<String> getScoreLayout() async {
  return await rootBundle.loadString('lib/android/res/layout/score_notification.xml');
}