Emails the log to the given address.
static Future<void> emailLog(String email) async { await _methodChannel.invokeMethod('emailLog', email); }