startBluePine method

Future<void> startBluePine({
  1. bool darkMode = false,
  2. String path = "/",
})

Implementation

Future<void> startBluePine({bool darkMode = false, String path  = "/"}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}