applyRuntime method

Future<void> applyRuntime()

Apply changes in runtime (for Android)

Implementation

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