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