printNewLine method

void printNewLine()

Implementation

void printNewLine() async{
  await _platform.invokeMethod('printNewLine');
}