GetLogMessageCertificate method
Implementation
@override
Future<StatusModel?> GetLogMessageCertificate() async {
final version =
await methodChannel.invokeMethod<String?>('GetLogMessageCertificate');
return StatusModel.fromJson(version ?? '{}');
}