applyRuntime method

Future<void> applyRuntime()

Apply changes in runtime

Implementation

Future<void> applyRuntime() async {
  await apply();
}