getDeliveryLayout static method

Future<String> getDeliveryLayout()

Implementation

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