bundleEmpty static method

InternalException<String> bundleEmpty()

Implementation

static InternalException<String> bundleEmpty() => InternalException(
      code: bundleEmptyError,
      param: 'The remote bundle is empty',
    );