emailLog static method
@deprecated Use Logger instead.
Implementation
@Deprecated('Use `Logger.emailLog` instead')
static Future<bool> emailLog(String email) async {
print(
'[⚠️ deprecated] BackgroundGeolocation.emailLog. Use Logger.emailLog');
return Logger.emailLog(email);
}