dump method

Future<String?> dump({
  1. Context? ctx,
})

Dump the application data.

Implementation

Future<String?> dump({Context? ctx}) {
  throw UnimplementedError('dump() has not been implemented.');
}