hotReload method

Future<bool> hotReload()

Performs a hot reload of the server.

Implementation

_i2.Future<bool> hotReload() => caller.callServerEndpoint<bool>(
      'insights',
      'hotReload',
      {},
    );