start method

Future start()

Implementation

Future start() async {
  if (isNotEmpty) return;
  await request();
}