logError static method
Logs errors with consistent formatting
Implementation
static void logError(String message, {dynamic error, StackTrace? stackTrace}) {
developer.log('🔴 MonerisPayment: $message',
name: 'MonerisPayment',
error: error,
stackTrace: stackTrace);
}