getDeliveryLayout static method

Future<String> getDeliveryLayout()

Implementation

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