generated from Integry/Template_NetMauiBlazorHybrid
8 lines
207 B
C#
8 lines
207 B
C#
using Microsoft.Extensions.Logging;
|
|
|
|
namespace salesbook.Shared.Core.Interface.IntegryApi;
|
|
|
|
public interface IIntegryNotificationRestClient
|
|
{
|
|
Task Register(string fcmToken, ILogger? logger1 = null);
|
|
} |