reload abstract method

Future<bool> reload({
  1. bool force = false,
  2. bool autoEnable = true,
})

Triggers reload of modified source codes.

  • If force is true reloads all source files regardless of their modification time.

Implementation

Future<bool> reload({bool force = false, bool autoEnable = true});