reloadCode method

Future<void> reloadCode()

Implementation

Future<void> reloadCode() async {
  await _reloader!.reloadCode();
}